docs: Stop referring to specific event signals
authorMatthias Clasen <mclasen@redhat.com>
Tue, 16 Jan 2018 04:26:44 +0000 (23:26 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 16 Jan 2018 19:14:10 +0000 (14:14 -0500)
These are going away.

docs/reference/gtk/input-handling.xml

index d907d67002928354d14a331608887ea9bc7a4b5c..f8e653a1f4673ac29d71a4a77f11d64affa2b9af 100644 (file)
     </para>
 
     <para>
-      Next, the #GtkWidget::event signal is emitted, then the appropriate signal
-      for the event in question, for example #GtkWidget::motion-notify-event.
+      Next, the #GtkWidget::event signal is emitted.
       Handling these signals was the primary way to handle input in GTK+ widgets
-      before gestures were introduced. If the widget is realized, the
-      #GtkWidget::event-after signal is emitted. The signals are emitted from
+      before gestures were introduced. The signal is emitted from
       the target widget up to the top-level, as part of the “bubble” phase.
     </para>